home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-file < prev    next >
Encoding:
Text File  |  1990-11-11  |  1.8 KB  |  48 lines

  1. SET-SHOW FILE
  2.  
  3. Establishes (or opens) another file as the current mail file. By default, your
  4. mail file is MAIL.MAI. If you use the COPY command, the FILE command, or the
  5. MOVE command to create other mail files (for example, JOKES.MAI or HISTORY.MAI),
  6. you can then use the SET FILE command to open the MAIL files.
  7.  
  8. When you enter the SET FILE command, the WASTEBASKET folder of the current mail
  9. file is emptied, the file is closed, and the specified (alternate) file is
  10. opened.
  11.  
  12. The SHOW FILE command displays the name of the mail file that is currently open.
  13.  
  14. Format:        SET FILE file-name
  15.  
  16.                SHOW FILE
  17.  
  18. Parameters:    file-name
  19.  
  20.                     Indicates the name of the mail file you are opening. Your    
  21.                     mail file directory and a filetype of MAI are used when      
  22.                     opening the file.
  23.  
  24.  
  25. Examples:
  26.  
  27.         1.
  28.              MAIL> SHOW FILE
  29.              Your current mail file is DISK$:[ARAS]MAIL.MAI;2
  30.              MAIL> 2
  31.              MAIL> COPY
  32.              _Folder: LIMERICKS
  33.              _File: JOKES
  34.              File DISK$:[ARAS]JOKES does not exist.
  35.              Do you want to creat it (Y/N)?
  36.              %MAIL-S-CREATED, DISK$:[ARAS]JOKES.MAI;1 created
  37.              %MAIL-I-NEWFOLDER, folder LIMERICKS created
  38.  
  39.              MAIL> SET FILE JOKES
  40.              MAIL> SHOW FILE
  41.              Your current mail file is DISK$:[ARAS]JOKES.MAI
  42.  
  43.                     This example demonstrates how the SHOW FILE command 
  44.                     displays the name of the mail file that is currently open    
  45.                     (MAIL.MAI);the COPY command creates a new folder (LIMERICKS) 
  46.                     and a new mail file (JOKES) and copies message 2 into this   
  47.                     folder; and the SET FILE command opens the mail file named   
  48.                     JOKES.MAI.